object NLXEditEffectForm: TNLXEditEffectForm Left = 423 Top = 132 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Effect Properties' ClientHeight = 411 ClientWidth = 337 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 168 Top = 376 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 OnClick = OKBtnClick end object CancelBtn: TButton Left = 254 Top = 376 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object FontGroup: TGroupBox Left = 8 Top = 80 Width = 321 Height = 73 Caption = 'Font' TabOrder = 1 object FontGroupChk: TCheckBox Left = 8 Top = 0 Width = 73 Height = 17 Caption = 'Font style' Checked = True State = cbChecked TabOrder = 0 OnClick = GroupCheckClick end object BoldChk: TCheckBox Left = 16 Top = 24 Width = 97 Height = 17 Caption = 'Bold' TabOrder = 1 end object ItalicChk: TCheckBox Left = 168 Top = 24 Width = 97 Height = 17 Caption = 'Italic' TabOrder = 2 end object UnderlineChk: TCheckBox Left = 16 Top = 48 Width = 97 Height = 17 Caption = 'Underline' TabOrder = 3 end object StrikeoutChk: TCheckBox Left = 168 Top = 48 Width = 97 Height = 17 Caption = 'Strikeout' TabOrder = 4 end end object ColorGroup: TGroupBox Left = 8 Top = 160 Width = 321 Height = 57 Caption = 'Color' TabOrder = 2 object ColorSquare: TShape Left = 192 Top = 22 Width = 33 Height = 25 end object ColorGroupChk: TCheckBox Left = 8 Top = 0 Width = 49 Height = 17 Caption = 'Color' Checked = True State = cbChecked TabOrder = 0 OnClick = GroupCheckClick end object ColorCbo: TComboBox Left = 8 Top = 24 Width = 177 Height = 21 ItemHeight = 13 TabOrder = 1 OnChange = ColorCboChange end object PaletteBtn: TButton Left = 232 Top = 22 Width = 75 Height = 25 Caption = 'Palette...' TabOrder = 2 OnClick = PaletteBtnClick end end object BitmapGroup: TGroupBox Left = 8 Top = 224 Width = 321 Height = 81 Caption = 'Bitmap image' TabOrder = 3 object BitmapSizeLabel: TLabel Left = 208 Top = 56 Width = 76 Height = 13 Caption = 'BitmapSizeLabel' Visible = False end object BitmapImage: TImage Left = 128 Top = 48 Width = 49 Height = 33 Transparent = True end object BitmapGroupChk: TCheckBox Left = 8 Top = 0 Width = 89 Height = 17 Caption = 'Bitmap image' Checked = True State = cbChecked TabOrder = 0 OnClick = GroupCheckClick end object BitmapEdit: TEdit Left = 8 Top = 24 Width = 297 Height = 21 TabOrder = 1 OnExit = BitmapEditExit end object BitmapBrowseBtn: TButton Left = 8 Top = 48 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 2 OnClick = BitmapBrowseBtnClick end end object PrefixGroup: TGroupBox Left = 8 Top = 312 Width = 153 Height = 49 Caption = 'Prefix' TabOrder = 4 object PrefixGroupChk: TCheckBox Left = 8 Top = 0 Width = 57 Height = 17 Caption = 'Prefix' Checked = True State = cbChecked TabOrder = 0 OnClick = GroupCheckClick end object PrefixEdit: TEdit Left = 8 Top = 20 Width = 137 Height = 21 TabOrder = 1 end end object SuffixGroup: TGroupBox Left = 176 Top = 312 Width = 153 Height = 49 Caption = 'Suffix' TabOrder = 5 object SuffixGroupChk: TCheckBox Left = 8 Top = 0 Width = 57 Height = 17 Caption = 'Suffix' Checked = True State = cbChecked TabOrder = 0 OnClick = GroupCheckClick end object SuffixEdit: TEdit Left = 8 Top = 20 Width = 137 Height = 21 TabOrder = 1 end end object TriggerGroup: TGroupBox Left = 8 Top = 8 Width = 321 Height = 65 Caption = 'Trigger' TabOrder = 0 object ModeChangeLabel: TLabel Left = 8 Top = 16 Width = 68 Height = 13 Caption = 'Mode change:' end object NamesPrefixLabel: TLabel Left = 168 Top = 16 Width = 71 Height = 13 Caption = '/Names prefix:' end object NicknameLabel: TLabel Left = 8 Top = 40 Width = 49 Height = 13 Caption = 'Nickname:' end object ModeChangeEdit: TEdit Left = 88 Top = 16 Width = 49 Height = 21 TabOrder = 0 end object NamesPrefixEdit: TEdit Left = 256 Top = 16 Width = 49 Height = 21 TabOrder = 1 end object NicknameEdit: TEdit Left = 88 Top = 40 Width = 217 Height = 21 TabOrder = 2 end end object ColorDialog1: TColorDialog Ctl3D = True Options = [cdFullOpen] Left = 8 Top = 376 end object OpenPictureDialog1: TOpenPictureDialog DefaultExt = 'bmp' Filter = 'Bitmaps (*.bmp)|*.bmp' Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] Title = 'Select Bitmap Image' Left = 40 Top = 376 end end